翻訳と辞書
Words near each other
・ Basic precipitation
・ Basic Principles Committee
・ BASIC Programming
・ Basic programming
・ Basic Rail Transportation Infrastructure Index
・ Basic Rate Interface
・ Basic Replay
・ BASIC Computer Games
・ Basic Concepts in Music Education
・ Basic Concepts in Sociology
・ Basic copper carbonate
・ BASIC countries
・ Basic Creek Reservoir
・ Basic degree
・ Basic dimension
Basic direct access method
・ Basic dress
・ Basic ecclesial community
・ Basic Economics Test
・ Basic education
・ Basic Education Certificate Examination
・ Basic Education College
・ Basic Education High School No. 1 Bago
・ Basic Education High School No. 1 Dagon
・ Basic Education High School No. 1 Insein
・ Basic Education High School No. 1 Kyaukse
・ Basic Education High School No. 1 Lanmadaw
・ Basic Education High School No. 1 Latha
・ Basic Education High School No. 1 Meiktila
・ Basic Education High School No. 16 Mandalay


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Basic direct access method : ウィキペディア英語版
Basic direct access method
Basic Direct Access Method, or BDAM is an access method for IBM's OS/360 and successors computer operating systems on System/360 and later mainframes. BDAM "consists of routines used in retrieving data from, and storing data onto, direct access devices." BDAM is available on OS/360, OS/VS2, MVS, z/OS, and related high-end operating systems.
==Description==
''Basic'', in IBM terminology, indicates a lower-level access method that deals with data sets in terms of physical blocks and does not provide either read-ahead, called ''anticipatory buffering'', or ''synchronization'' — that is, the user program has to explicitly wait for completion of each input/output event.
With BDAM, "the programmer can directly store and retrieve a block by specifying either
its actual device address, its relative position within a data set (relative block number), or the relative track within a data set at which the system is to begin a
search.〔
BDAM provides no index or structure to the file except as programmed by the application. In many applications, a hashing or randomizing function may be used to assign the block address based on a key in the data. If physical keys are used, the key of the last record within the block must be written as the key for that block.
The BDAM application program interface can be compared with the interface offered by ''open'', ''read'', ''write'' and ''close'' calls (using file handles) in other operating systems such as Unix and Windows.
BDAM is still supported by IBM as of 2012. Because of its dependence on physical device geometry new IBM direct-access devices used with z/OS emulate IBM 3390 devices regardless of their real physical characteristics.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Basic direct access method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.